github.com/klauspost/compress/fse.bitReader.getBitsFast (method)

3 uses

	github.com/klauspost/compress/fse (current package)
		bitreader.go#L53: 	return b.getBitsFast(n)
		bitreader.go#L58: func (b *bitReader) getBitsFast(n uint8) uint16 {
		decompress.go#L373: 	lowBits := d.br.getBitsFast(n.nbBits)